home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / misc / nenscript1_3.lha / font_lis.h < prev    next >
C/C++ Source or Header  |  1992-10-01  |  744b  |  27 lines

  1. /*
  2.  * $Id: font_lis.h,v 1.1 1992/10/01 22:19:17 craigs Exp $
  3.  *
  4.  *   This code was written by Craig Southeren whilst under contract
  5.  *   to Computer Sciences of Australia, Systems Engineering Division.
  6.  *   It has been kindly released by CSA into the public domain.
  7.  *
  8.  *   Neither CSA or me guarantee that this source code is fit for anything,
  9.  *   so use it at your peril. I don't even work for CSA any more, so
  10.  *   don't bother them about it. If you have any suggestions or comments
  11.  *   (or money, cheques, free trips =8^) !!!!! ) please contact me
  12.  *   care of geoffw@extro.ucc.oz.au
  13.  */
  14.  
  15. #ifdef __STDC__
  16.  
  17. void enumerate_fonts (FILE *);
  18. void add_font_to_list (char *);
  19.  
  20. #else
  21.  
  22. void enumerate_fonts  ();
  23. void add_font_to_list ();
  24.  
  25. #endif
  26.  
  27.